home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 108
- Width = 186
- Height = 125
- Caption = 'File Copying Test'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object btnCopy: TButton
- Left = 51
- Top = 36
- Width = 75
- Height = 25
- Caption = '&Copy A File'
- Default = True
- TabOrder = 0
- OnClick = btnCopyClick
- end
- object dlgSource: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'Any file (*.*)|*.*'
- Title = 'Choose a file to copy'
- Left = 24
- Top = 32
- end
- end
-